Skip to content

Commit

Permalink
Fixed notice in atypical use for method add().
Browse files Browse the repository at this point in the history
git-svn-id: http://voip.null.ro/svn/ansql/trunk@137 dbfed7de-b0aa-0410-b6a1-c7e608b77fc9
monica committed Jan 15, 2015
1 parent 26b5ca0 commit 9c65560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework.php
Original file line number Diff line number Diff line change
@@ -1311,6 +1311,7 @@ public function add($params=NULL, $retrieve_id=true, $keep_log=true)
{
Debug::func_start(__METHOD__,func_get_args(),"framework");

$res = array();
if($params) {
$res = $this->verifyRequiredFields($params);
if(!$res[0])

0 comments on commit 9c65560

Please sign in to comment.