Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 86f59d7

Browse files
committed
ENH: refs #223. fixed a traing space error.
1 parent 1db3c63 commit 86f59d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public function manageAction()
704704
throw new Zend_Exception("Unable to find user");
705705
}
706706

707-
// Get all the communities this user can see
707+
// Get all the communities this user can see
708708
$communities = array();
709709
if($userDao->isAdmin())
710710
{

0 commit comments

Comments
 (0)