Skip to content

Commit

Permalink
Fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
hisamith committed Mar 8, 2013
1 parent 16fcf13 commit 563eef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Message.class.php
Expand Up @@ -638,7 +638,7 @@ public function getMessage()
$message = $string;
}
}

if ($this->isDisplayed()) {
$message = $this->getMessageWithIcon($message);
}
Expand All @@ -654,7 +654,7 @@ public function getMessage()

return $message;
}

/**
* returns PMA_Message::$string
*
Expand Down

0 comments on commit 563eef9

Please sign in to comment.