Stanford / WMD

WebAuth Module for Drupal
WMD
GNU General Public License v2.0
9 stars 9 forks source link

Error on redirect to restricted page after login #79

Closed mistermarco closed 12 years ago

mistermarco commented 12 years ago

Test

You are automatically logged in, redirected to the restricted page and see the custom restrict message you set above

Actual

You are automatically logged in, but the following error appears:

Fatal error: Only variables can be passed by reference in /afs/ir.stanford.edu/group/wmddev/cgi-bin/d7dev/themes/bartik/templates/page.tpl.php on line 123

13rac1 commented 12 years ago

Rewrote webauth_error_page() since the related methods have all been changed, removed extra if statements and added additional comments.

mistermarco commented 12 years ago

Thanks, I'll test.

mistermarco commented 12 years ago

All tests passed.