Development

#2766: sfAudit.php.2.diff

You must first sign up to be able to contribute.

Ticket #2766: sfAudit.php.2.diff

File sfAudit.php.2.diff, 467 bytes (added by Nathan.Vonnahme, 1 year ago)
  • plugins/sfPropelAuditPlugin/lib/model/sfAudit.php

    old new  
    1616        if (is_string($changes) && strlen($changes)) { 
    1717            $ret = unserialize($changes); 
    1818        } // End if 
    19  
     19        return $ret; 
    2020    } // End function 
    2121 
    2222} // End class