function delete in dataobjects now don't break strict syntax

This commit is contained in:
Mikael Nordfeldth
2013-10-29 10:20:57 +01:00
parent 23a6b4595f
commit 2dfa0bfcee
19 changed files with 46 additions and 45 deletions

View File

@@ -108,7 +108,7 @@ class Safe_DataObject extends DB_DataObject
* @return mixed
* @throws Exception
*/
function __call($method, array $params)
function __call($method, $params)
{
$return = null;
// Yes, that's _call with one underscore, which does the