Changeset 1523

Show
Ignore:
Timestamp:
01/20/08 00:52:27 (11 months ago)
Author:
ewout
Message:

Quick and dirty fix for missing icon in {{blog}} keyword problem. Resolves #273, but needs cleaner solution.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/blog/lib/weblogs_posts_view.php

    r1498 r1523  
    7272        $usericon = $specialicon; 
    7373    } 
    74  
     74    if ($usericon == 0) {  
     75      $usericon = -1; 
     76    } 
    7577    // Allow plugins to set the name on the post 
    7678    $specialname = run("weblogs:posts:getname",$post);