fix autoload
parent
84bf5d08a0
commit
06d3ffaa13
10
_prepend.php
10
_prepend.php
|
@ -14,8 +14,8 @@ if (!defined('DC_RC_PATH')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$d = dirname(__FILE__) . '/inc/';
|
Clearbricks::lib()->autoload([
|
||||||
|
'postWidgetText' => __DIR__ . '/inc/class.postwidgettext.php',
|
||||||
$__autoload['postWidgetText'] = $d . 'class.postwidgettext.php';
|
'adminPostWidgetText' => __DIR__ . '/inc/lib.pwt.admin.php',
|
||||||
$__autoload['adminPostWidgetText'] = $d . 'lib.pwt.admin.php';
|
'listPostWidgetText' => __DIR__ . '/inc/lib.pwt.list.php',
|
||||||
$__autoload['listPostWidgetText'] = $d . 'lib.pwt.list.php';
|
]);
|
||||||
|
|
Loading…
Reference in New Issue