mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Admin routine copy callback
This commit is contained in:
@@ -3617,7 +3617,7 @@ class e_admin_tree_model extends e_front_tree_model
|
||||
/**
|
||||
* Batch Copy Table Rows.
|
||||
*/
|
||||
public function copy($ids)
|
||||
public function copy($ids, $session_messages = false)
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
$ids = array_map(array($tp, 'toDB'), $ids);
|
||||
|
Reference in New Issue
Block a user