Skip to content

Commit

Permalink
Removes extra space added by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfernance committed Oct 13, 2015
1 parent 555a6f0 commit 8663adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/log/logger/messagequeue.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function addEntry(JLogEntry $entry)
case JLog::ALERT:
case JLog::CRITICAL:
case JLog::ERROR:
JFactory::getApplication()->enqueueMessage( $entry->message, 'error' );
JFactory::getApplication()->enqueueMessage($entry->message, 'error' );
break;
case JLog::WARNING:
JFactory::getApplication()->enqueueMessage($entry->message, 'warning');
Expand Down

0 comments on commit 8663adb

Please sign in to comment.