mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Code speed optimization
This commit is contained in:
@@ -180,7 +180,7 @@ class upload_ui extends e_admin_ui
|
||||
|
||||
protected function handleListUploadActiveBatch($selected, $value = null)
|
||||
{
|
||||
$ids = array_map('intval', array_values($selected));
|
||||
$ids = array_map('\intval', array_values($selected));
|
||||
foreach ($ids as $id)
|
||||
{
|
||||
$model = $this->getTreeModel()->getNode($id);
|
||||
|
Reference in New Issue
Block a user