public_html/admin/story.php
branchHEAD
changeset 7386 c0af5c30022f
parent 7370 e5bbed84d3b1
child 7400 37fcd14cdee2
     1.1 --- a/public_html/admin/story.php	Sun Oct 11 11:00:55 2009 +0200
     1.2 +++ b/public_html/admin/story.php	Sat Oct 17 23:00:40 2009 +0200
     1.3 @@ -288,7 +288,7 @@
     1.4                                  COM_getBlockTemplate ('_msg_block', 'header'));
     1.5          $display .= $LANG24[41];
     1.6          $display .= COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'));
     1.7 -        $display .= STORY_renderArticle ($A, 'p');
     1.8 +        $display .= STORY_renderArticle ($story, 'p');
     1.9          COM_accessLog("User {$_USER['username']} tried to illegally edit story $sid.");
    1.10          return $display;
    1.11      } elseif( $result == STORY_INVALID_SID ) {