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/notification.php | |
parent | 3a644351f6bd26fc35b6905a30bbb52e89916078 (diff) | |
download | elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.gz elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.bz2 |
Lots of new @todos :(
Diffstat (limited to 'engine/lib/notification.php')
-rw-r--r-- | engine/lib/notification.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index f0aff84e6..56e591192 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -174,7 +174,8 @@ function get_user_notification_settings($user_guid = 0) { $user_guid = elgg_get_logged_in_user_guid(); } - // @todo: holy crap, really? + // @todo: there should be a better way now that metadata is cached. E.g. just query for MD names, then + // query user object directly $all_metadata = elgg_get_metadata(array( 'guid' => $user_guid, 'limit' => 0 |