Fixing $this -> self.

This commit is contained in:
mark_story 2011-02-06 15:25:36 -05:00
parent 7388d900b4
commit 47cdaedc94

View file

@ -604,7 +604,7 @@ class App {
if (empty(self::$search)) {
return null;
} elseif (is_string(self::$search)) {
$this->search = array(self::$search);
self::$search = array(self::$search);
}
if (empty(self::$__paths)) {