User Control Panel button broken

I updated several modules at once, which broke the url for logging into the user control panel from the main web login. I changed /var/www/html/admin/views/login.php
line 34: $html .= '

<a href="/recording" '
it should be
$html .= '
<a href="/recordings" ’

This might not be the actual fix, but that’s what I did.

I mean that I canged line 34 to
$html .= '

<a href="/recordings" ’

Yes, after last update this is one of the issues.
Thank you for your post

What version of PHP are you using?

I’m looking into this now to determine where this was changed, I should have an update shortly.

This should be resolved in Framework 2.11.0.13 which will be available shortly via Module Admin.

I’m not sure if you are asking me, but I’m using the incrediblepbx distro, which the cli tells me that php is PHP 5.4.4-7 (cli) (built: Sep 13 2012 04:23:31)