Fix more strict errors.

This commit is contained in:
mark_story 2011-11-12 21:40:51 -05:00
parent 17ffcde505
commit a7fcb0a61c
4 changed files with 14 additions and 11 deletions

View file

@ -666,7 +666,7 @@ class App {
* @param boolean $return whether this function should return the contents of the file after being parsed by php or just a success notice
* @return mixed if $return contents of the file after php parses it, boolean indicating success otherwise
*/
protected function _loadFile($name, $plugin, $search, $file, $return) {
protected static function _loadFile($name, $plugin, $search, $file, $return) {
$mapped = self::_mapped($name, $plugin);
if ($mapped) {
$file = $mapped;