Ignore:
Timestamp:
Apr 8, 2013, 9:06:21 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Staré již neplatné odkazy na modul User.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/News/NewsPage.php

    r506 r512  
    197197              else $Author = $Row['Name'];
    198198            $Output .= '<div class="Panel"><div class="Title"><a href="?action=view&amp;id='.$Row['Id'].'">'.$Row['Title'].'</a> ('.HumanDate($Row['Date']).', '.$Author.')';
    199             if($this->System->Models['User']->User['Id'] == $Row['User'])
     199            if($this->System->Modules['User']->User['Id'] == $Row['User'])
    200200            {
    201201              $Output .= '<div class="Action">';
Note: See TracChangeset for help on using the changeset viewer.