From: Max Semenik Date: Fri, 1 Apr 2011 18:24:37 +0000 (+0000) Subject: We developers are so elitist, running shiny machines with all PHP extensions in the... X-Git-Tag: 1.31.0-rc.0~31092 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=361d6d70814523a920dc05670b42b6652b850fa9;p=lhc%2Fweb%2Fwiklou.git We developers are so elitist, running shiny machines with all PHP extensions in the world installed, that we couldn't notice that "no scaler found" message didn't work from the beginning! :P --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index b25a601cdb..f757cd3189 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -819,7 +819,7 @@ abstract class Installer { $this->showMessage( 'config-gd' ); return true; } else { - $this->showMessage( 'no-scaling' ); + $this->showMessage( 'config-no-scaling' ); } }