Fixing section var
authorBen Klang <ben@alkaloid.net>
Tue, 25 Apr 2006 04:25:34 +0000 (04:25 +0000)
committerBen Klang <ben@alkaloid.net>
Tue, 25 Apr 2006 04:25:34 +0000 (04:25 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@300 06cd67b6-e706-0410-b29e-9de616bca6e9

templates/users/userlist.inc

index 79881f5..4bd6dfe 100644 (file)
@@ -19,7 +19,7 @@
                     array(
                         'context' => $context,
                         'extension' => $extension,
-                        'section' => 'users',
+                        'section' => $section,
                     )
                 );
                 $editurl = Util::addParameter($url, "action=edit");
@@ -40,4 +40,4 @@
             }
         ?>
     </table>
-</div>
\ No newline at end of file
+</div>