From f3261b03dfe5ee472f8048b85a1f4b9aa776026d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 12 Dec 2009 03:16:52 +0000 Subject: setting page owner for some pages --- pages/lists/mostrecentimages.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pages/lists/mostrecentimages.php') diff --git a/pages/lists/mostrecentimages.php b/pages/lists/mostrecentimages.php index 5f5116513..8a9f8dbdb 100644 --- a/pages/lists/mostrecentimages.php +++ b/pages/lists/mostrecentimages.php @@ -1,7 +1,7 @@ name); } + } else { + // world view - set page owner to logged in user + if (isloggedin()) { + set_page_owner(get_loggedin_userid()); + } } // how many do we display -- cgit v1.2.3