From 88660f12f57ff89f5ec746bfbf497ddacf1601cf Mon Sep 17 00:00:00 2001 From: martimiz Date: Mon, 7 Jan 2013 15:16:21 +0100 Subject: [PATCH] Fix: Mark DocumentationSearch::get_index_location() as static --- code/DocumentationSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DocumentationSearch.php b/code/DocumentationSearch.php index f59e691..2ff0b8f 100755 --- a/code/DocumentationSearch.php +++ b/code/DocumentationSearch.php @@ -181,7 +181,7 @@ class DocumentationSearch { /** * @return string */ - public function get_index_location() { + public static function get_index_location() { if(!self::$index_location) { self::$index_location = DOCSVIEWER_DIR; }