Changeset 126

Show
Ignore:
Timestamp:
2008-01-12 22:17:25 (1 year ago)
Author:
hannes
Message:

adding missing apostrophe which broke private message popup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/pages/Page.php

    r101 r126  
    419419                    } 
    420420                    // add notification script 
    421                     $this->html->body->addChild('script', "if (confirm('" . str_replace("%count%", $count, $LANG['x_unread_messages']) . "')) { window.location.href = '" . $F->link("messenger") . "action=inbox&s=" . session_id() . " }"); 
     421                    $script = $this->html->body->addChild('script', "if (confirm('" . str_replace("%count%", $count, $LANG['x_unread_messages']) . "')) { window.location.href = '" . $F->link("messenger") . "action=inbox&s=" . session_id() . "' }"); 
    422422                } 
    423423            }