[Piwik-svn] r542 - trunk/plugins/Installation/templates

svnmaster at piwik.org svnmaster at piwik.org
Mon Jun 30 01:21:04 CEST 2008


Author: matt
Date: 2008-06-30 01:21:03 +0200 (Mon, 30 Jun 2008)
New Revision: 542

Modified:
   trunk/plugins/Installation/templates/systemCheck.tpl
Log:
-refs #260 fixing wrong error string

Modified: trunk/plugins/Installation/templates/systemCheck.tpl
===================================================================
--- trunk/plugins/Installation/templates/systemCheck.tpl	2008-06-29 22:44:42 UTC (rev 541)
+++ trunk/plugins/Installation/templates/systemCheck.tpl	2008-06-29 23:21:03 UTC (rev 542)
@@ -25,7 +25,7 @@
 			<p class="error" style="width:80%">{'Installation_SystemCheckPdoError'|translate}
 			<small>
 			<br /><br />
-			{'Installation_SystemCheckPdoErrorHelp'|translate:"<br/><code>extension=php_pdo.dll</code><br /><code>extension=php_pdo_mysql.dll</code><br />":"<code>--with-pdo-mysql </code>":"<br/><code>extension=pdo.so</code><br /><code>extension=pdo_mysql.so</code><br />"}
+			{'Installation_SystemCheckPdoHelp'|translate:"<br/><code>extension=php_pdo.dll</code><br /><code>extension=php_pdo_mysql.dll</code><br />":"<code>--with-pdo-mysql </code>":"<br/><code>extension=pdo.so</code><br /><code>extension=pdo_mysql.so</code><br />"}
 			</small>
 			</p>
 		{/if}



More information about the Piwik-svn mailing list