diff options
author | Steve Clay <steve@mrclay.org> | 2013-02-04 20:51:07 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-02-09 07:53:45 -0500 |
commit | 707df9db27cf2154910978427b9844448bcf931a (patch) | |
tree | 6ca8ba536758fe2f34ac6a55a18b7befa76bc74c /engine/classes/ElggData.php | |
parent | 85e4c16f39a8b00b229644bcd175663541dfd51a (diff) | |
download | elgg-707df9db27cf2154910978427b9844448bcf931a.tar.gz elgg-707df9db27cf2154910978427b9844448bcf931a.tar.bz2 |
Small changes to remove static analysis noise and simplify flow
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r-- | engine/classes/ElggData.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index a0df3c924..426248ca3 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -273,6 +273,7 @@ abstract class ElggData implements if (array_key_exists($key, $this->attributes)) { return $this->attributes[$key]; } + return null; } /** |