Skip to content

Commit

Permalink
Changed path in view file
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielss89 committed Feb 16, 2012
1 parent 0bcf2e4 commit b264ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/zfcuser/register.phtml
@@ -1,7 +1,7 @@
<h1>Register</h1>

<?php
if(!ZfcUser::getOption('enable_registration'))
if(!\ZfcUser\Module::getOption('enable_registration'))
{
print "Registration is disabled";
return;
Expand Down

0 comments on commit b264ec1

Please sign in to comment.