Closed (fixed)
Project:
Samara
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 07:51 UTC
Updated:
14 Jun 2012 at 17:11 UTC
Strict warning: Only variables should be passed by reference in samara_preprocess_page() (line 78 of /home/webhost/public_html/sites/all/themes/samara/template.php).
Comments
Comment #1
aathewise commentedI too am getting this message. This is on a clean install also.
Comment #2
alviSic commentedYou can fix the error by replacing line 78
$vars['navigation'] = $vars['main_menu'] ? render(menu_tree('main-menu')) : FALSE;with this
You can find explanation of this error here: http://drupal.stackexchange.com/a/6356
Comment #3
chi commentedThanks! Fixed now.