Skip to content
Snippets Groups Projects
Commit 4d5a6c6f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Typo error

parent bbedddf9
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ class mod_syslog_firephp extends LogHandler implements LogHandlerInterface ...@@ -27,7 +27,7 @@ class mod_syslog_firephp extends LogHandler implements LogHandlerInterface
{ {
global $langs; global $langs;
return $langs->trans('ClassNotFoundIntoPathWarning','FirePHPCore/FirePHP.class.php'); return $this->isActive()?'':$langs->trans('ClassNotFoundIntoPathWarning','FirePHPCore/FirePHP.class.php');
} }
/** /**
...@@ -47,7 +47,7 @@ class mod_syslog_firephp extends LogHandler implements LogHandlerInterface ...@@ -47,7 +47,7 @@ class mod_syslog_firephp extends LogHandler implements LogHandlerInterface
} }
catch(Exception $e) catch(Exception $e)
{ {
print '<!-- FirePHP no available into PHP -->'."\n"; print '<!-- FirePHP not available into PHP -->'."\n";
} }
return -1; return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment