partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 62fc7989be745471263d33126f23dadba57daf99
parent 2c3292cd43de44bd7b2046224fc8ea84b7ee03b4
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Mar 2012 09:01:58 +0200

Fixed missing closing tag which causes the installer to do strange things.

Diffstat:
Msrc/setup/tests/check-doctrine.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/tests/check-doctrine.php b/src/setup/tests/check-doctrine.php @@ -75,7 +75,7 @@ if (!$doctrineClassLoader->canLoadClass("Doctrine\\Symfony\\Component\\Yaml\\Yam $yamlErrorMessage .= "it using:<br/><br/>"; $yamlErrorMessage .= "<code>pear install pear.doctrine-project.org/DoctrineSymfonyYaml</code><br/><br/>"; $yamlErrorMessage .= "If you are getting the error <code>doctrine/DoctrineSymfonyYaml is already installed and is "; - $yamlErrorMessage .= "the same as the released version</code"; + $yamlErrorMessage .= "the same as the released version</code>"; $yamlErrorMessage .= "please REINSTALL the package using <code>pear uninstall doctrine/DoctrineSymfonyYaml<br/>"; $yamlErrorMessage .= "pear install doctrine/DoctrineSymfonyYaml</code>";