diff options
author | Steve Clay <steve@mrclay.org> | 2013-02-04 21:09:02 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-02-09 10:30:34 -0500 |
commit | 011485988a8fa734c2ed74fec21031b3beebbcfd (patch) | |
tree | 75edb16fa13e82c1fa54d28ae0a43cfa6089e94c /engine/lib/annotations.php | |
parent | 3a644351f6bd26fc35b6905a30bbb52e89916078 (diff) | |
download | elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.gz elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.bz2 |
Lots of new @todos :(
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 41a736aa1..f40a2cc6f 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -17,6 +17,7 @@ */ function row_to_elggannotation($row) { if (!($row instanceof stdClass)) { + // @todo should throw in this case? return $row; } |