From fa77e997e3fec513cf55416c9f21ce57abcdece4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 4 Feb 2016 00:32:15 +0100 Subject: [PATCH] fixed lib object path --- lib_lettering.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_lettering.php b/lib_lettering.php index baeab35..73e5d94 100644 --- a/lib_lettering.php +++ b/lib_lettering.php @@ -4,7 +4,7 @@ class lib_lettering extends \LIB\lib_js{ public static function get_class(){ return self::class;} public static function js_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'lettering/lib/jquery.lettering.js');} + return new \SYSTEM\PLIB('lettering/lib/jquery.lettering.js');} public static function version(){ return 'https://github.com/davatron5000/Lettering.js (commit: 48388649e0)';} } \ No newline at end of file