Skip to content

Commit

Permalink
fixed #75
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ueberschaer committed Jan 19, 2015
1 parent d4a8f01 commit e9e4a23
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/MUBoard/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
*/
class MUBoard_Installer extends MUBoard_Base_Installer
{
/**
* Install the MUBoard application.
*
* @return boolean True on success, or false.
*/
public function install()
{
parent::install();

$uid = UserUtil::getVar('uid');
MUBoard_Util_View::actualUser($uid, 1);

// update successful
return true;

}
/**
* Upgrade the MUBoard application from an older version.
*
Expand Down

0 comments on commit e9e4a23

Please sign in to comment.