diff options
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index d76aa484d..847a64320 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -32,7 +32,7 @@ function editlayout_content(&$a) { $which = argv(1); - $uid = local_user(); + $uid = local_channel(); $owner = 0; $channel = null; $observer = $a->get_observer(); |