mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix potential type error in ncenterlite.controller.php #2261
This commit is contained in:
parent
a9f752bb7c
commit
7814352b78
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ class NcenterliteController extends Ncenterlite
|
|||
{
|
||||
return;
|
||||
}
|
||||
if(isset(self::$_skip_acts[Context::get('act')]))
|
||||
if(isset(self::$_skip_acts[strval(Context::get('act'))]))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue