mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated.
This commit is contained in:
@@ -3808,7 +3808,7 @@ class e_tree_model extends e_front_model
|
||||
{
|
||||
return $this->getNode($node_id)->toString($AddSlashes);
|
||||
}
|
||||
return (string) e107::getArrayStorage()->WriteArray($this->toArray($total), $AddSlashes);
|
||||
return (string) e107::getArrayStorage()->serialize($this->toArray($total), $AddSlashes);
|
||||
}
|
||||
|
||||
public function update($from_post = true, $force = false, $session_messages = false)
|
||||
|
Reference in New Issue
Block a user