First of all, thanks for the great theme, this is my favorite theme from two weeks!

To reproduce:
- show all errors by adding to settings.php :

error_reporting(-1);
$conf['error_level'] = 2;
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

Results:
Strict warning: Creating default object from empty value in mojo_preprocess_html() (line 15 of /sites/all/themes/mojo/inc/process.inc)

CommentFileSizeAuthor
mojo-strict_warning-1.patch418 bytesdrupik

Comments

dcmouyard’s picture

Status: Needs review » Fixed

The patch looks good! Commited to 7.x-2.x-dev.

http://drupalcode.org/project/mojo.git/commit/1bd920b

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.