From 4ca4373942cce18aa11b59c7c5ddfd31181f757e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 4 Feb 2016 00:34:10 +0100 Subject: [PATCH] fixed lib object path --- lib_textillate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_textillate.php b/lib_textillate.php index 9dbd4a6..7581cf9 100644 --- a/lib_textillate.php +++ b/lib_textillate.php @@ -4,7 +4,7 @@ class lib_textillate extends \LIB\lib_js{ public static function get_class(){ return self::class;} public static function js_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'textillate/lib/jquery.textillate.js');} + return new \SYSTEM\PLIB('textillate/lib/jquery.textillate.js');} public static function version(){ return 'https://github.com/jschr/textillate (commit: e34a9938c5)';} } \ No newline at end of file