includes/namespaces/special.php
changeset 1192 5882f0eebb34
parent 1081 745200a9cc2a
child 1209 944d2fe1fb1e
equal deleted inserted replaced
1191:ffa3a4938513 1192:5882f0eebb34
    80       $output->footer();
    80       $output->footer();
    81     }
    81     }
    82   }
    82   }
    83   
    83   
    84   // We add the unused variable $userpage here to silence "declaration should be compatible" errors
    84   // We add the unused variable $userpage here to silence "declaration should be compatible" errors
    85   function error_404($userpage = false)
    85   function error_404()
    86   {
    86   {
    87     global $lang, $output;
    87     global $lang, $output;
    88     $func_name = "page_{$this->namespace}_{$this->page_id}";
    88     $func_name = "page_{$this->namespace}_{$this->page_id}";
    89     
    89     
    90     if ( $this->namespace == 'Admin' )
    90     if ( $this->namespace == 'Admin' )