Changed null to NULL
This commit is contained in:
@@ -19,7 +19,7 @@ class lnApp_Meta {
|
||||
return array();
|
||||
|
||||
if (empty($this->_data[$key]))
|
||||
return null;
|
||||
return NULL;
|
||||
else
|
||||
return $this->_data[$key];
|
||||
}
|
||||
|
Reference in New Issue
Block a user