From dcb1261b339edff1ca6c71a0b6f69152dc1eef3e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 24 Feb 2014 11:59:50 -0500 Subject: [PATCH] Added missing static keyword. --- module/VuFindTheme/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFindTheme/Module.php b/module/VuFindTheme/Module.php index 74f908aa139..aeecf82bf07 100644 --- a/module/VuFindTheme/Module.php +++ b/module/VuFindTheme/Module.php @@ -104,7 +104,7 @@ class Module * * @return ThemeInfo */ - public function getThemeInfo() + public static function getThemeInfo() { return new ThemeInfo(realpath(__DIR__ . '/../../themes'), 'blueprint'); } -- GitLab