Issue #3512119 by joseph.olstad: Deprecated function: Creation of dynamic...
3 unresolved threads
Merge request reports
Activity
57 58 // $this->folderPathEncoded = $node_settings['folder_path_encoded']; 58 59 $properties = unserialize($node_settings['properties']); 59 60 foreach ($properties as $property => $value) { 61 if ($property == 'externalhost') { 62 $property = 'externalHost'; Camel case is favoured as a pattern in this class, forward/backwards compatibility fix. Data left over from 1x /2x installs massaged for compatibility with the 3.1.x class.
Edited by Joseph Olstad
Please register or sign in to reply