mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
init $oldattributes
This commit is contained in:
parent
ccd5bb7d41
commit
f263ec1ac2
|
@ -63,6 +63,7 @@ if (!is_object($version)) {
|
|||
* will just update the old attribute object in array attributes[] and hence
|
||||
* also update the old value
|
||||
*/
|
||||
$oldattributes = array();
|
||||
foreach($version->getAttributes() as $ai=>$aa)
|
||||
$oldattributes[$ai] = clone $aa;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user