Skip to content
Snippets Groups Projects
Commit d17fc98b authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

removed debug error from sanity check

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@994 44740490-163a-0410-bde0-09ae8108e29a
parent 563c55c3
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ function sanitycheck_hook_sanitycheck(&$hookinfo) {
assert('array_key_exists("errors", $hookinfo)');
assert('array_key_exists("info", $hookinfo)');
$hookinfo['info'][] = '[sanitycheck] At least the sanity check it self is working :)';
$hookinfo['info'][] = '[sanitycheck] At least the sanity check it self is working :)';
$hookinfo['errors'][] = '[sanitycheck] At least the sanity check it self is working (NOT) :)';
}
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment