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/system_log.php | |
parent | 3a644351f6bd26fc35b6905a30bbb52e89916078 (diff) | |
download | elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.gz elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.bz2 |
Lots of new @todos :(
Diffstat (limited to 'engine/lib/system_log.php')
-rw-r--r-- | engine/lib/system_log.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php index 38bc4ba96..5a153afb2 100644 --- a/engine/lib/system_log.php +++ b/engine/lib/system_log.php @@ -10,6 +10,8 @@ /** * Retrieve the system log based on a number of parameters. * + * @todo too many args, and the first arg is too confusing + * * @param int|array $by_user The guid(s) of the user(s) who initiated the event. * Use 0 for unowned entries. Anything else falsey means anyone. * @param string $event The event you are searching on. |