* fix an error on display user account information.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ class myModel extends model
|
||||
*/
|
||||
public function setMenu()
|
||||
{
|
||||
$this->lang->my->menu->account = sprintf($this->lang->my->menu->account, $this->app->user->realname);
|
||||
$this->lang->my->menu->account = sprintf($this->lang->my->menu->account['link'], $this->app->user->realname);
|
||||
|
||||
/* Adjust the menu order according to the user role. */
|
||||
$role = $this->app->user->role;
|
||||
|
||||
Reference in New Issue
Block a user