From aa913c90511b035125888fe45e41521f85dfbb56 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 19 Jan 2016 21:51:35 +0100 Subject: [PATCH] fixed path --- lib_bootstrap_growl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_bootstrap_growl.php b/lib_bootstrap_growl.php index 225c299..16ca36a 100644 --- a/lib_bootstrap_growl.php +++ b/lib_bootstrap_growl.php @@ -4,6 +4,6 @@ class lib_bootstrap_growl extends \LIB\lib_js{ public static function get_class(){ return self::class;} public static function js_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'bootstrap_growl/lib/jquery.bootstrap-growl.min.js');} + return new \SYSTEM\PLIB('bootstrap_growl/lib/jquery.bootstrap-growl.min.js');} public static function version(){ return 'github commit';}}