# HG changeset patch # User Dan # Date 1195884175 18000 # Node ID f6d144cba8a9530eb9be8af2e3ca25c8751e3337 # Parent b2f985e4cef3501b1d7b948b2d717068861930c7 Fix missing REPORT_URI variable in template_nodb diff -r b2f985e4cef3 -r f6d144cba8a9 includes/template.php --- a/includes/template.php Sat Nov 24 00:53:23 2007 -0500 +++ b/includes/template.php Sat Nov 24 01:02:55 2007 -0500 @@ -1899,6 +1899,7 @@ 'STYLE_ID'=>$this->style, 'JS_DYNAMIC_VARS'=>'', 'SIDEBAR_RIGHT'=>'', + 'REPORT_URI' => '' ); $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings);