diff options
Diffstat (limited to 'engine/lib/pageowner.php')
-rw-r--r-- | engine/lib/pageowner.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/pageowner.php b/engine/lib/pageowner.php index c6bd5bcaf..dab7110e0 100644 --- a/engine/lib/pageowner.php +++ b/engine/lib/pageowner.php @@ -73,7 +73,8 @@ * return the page owner if required
* (Such functions are required to return false if they don't know)
* @uses $CONFIG
- * @param string $functionname The name of the function to call
+ * @param string $functionname The name of the function to call + * @return mixed The guid of the owner or false
*/
function add_page_owner_handler($functionname) {
|