Skip to content

Commit

Permalink
refs #1738 : bugfix - context object did not call.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Jan 1, 2015
1 parent 55c0bc3 commit 64b6ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/view/mobileView.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ function printMobileCommentView($entryId) {
}

function printMobileCommentFormView($entryId) {
$context = Model_Context::getInstance();
?>
<fieldset>
<form method="post" action="add/<?php echo $entryId;?>">
Expand Down

0 comments on commit 64b6ae4

Please sign in to comment.