Skip to content
Snippets Groups Projects
Commit 8350e9a9 authored by Steven Hild's avatar Steven Hild Committed by Demian Katz
Browse files

Display dependency error for mcrypt in InstallController

parent eb1ba851
No related merge requests found
...@@ -295,6 +295,8 @@ class InstallController extends AbstractBase ...@@ -295,6 +295,8 @@ class InstallController extends AbstractBase
." For details on how to do this, see " ." For details on how to do this, see "
."http://vufind.org/wiki/vufind2:installation_notes " ."http://vufind.org/wiki/vufind2:installation_notes "
."and look at the PHP installation instructions for your platform."; ."and look at the PHP installation instructions for your platform.";
$this->flashMessenger()->setNamespace('error')->addMessage($msg);
$problems++;
} }
// Is the XSL library missing? // Is the XSL library missing?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment