mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fix #480 class_exists()의 autoload 비활성
This commit is contained in:
parent
2124ba6fa9
commit
062457415c
5 changed files with 7 additions and 7 deletions
|
|
@ -641,7 +641,7 @@ class widgetController extends widget
|
|||
require_once($class_file);
|
||||
|
||||
// Creating Objects
|
||||
if(!class_exists($widget))
|
||||
if(!class_exists($widget, false))
|
||||
{
|
||||
return sprintf(Context::getLang('msg_widget_object_is_null'), $widget);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue