Changeset 1060


Ignore:
Timestamp:
02/01/10 06:43:55 (3 years ago)
Author:
nick_ramsay
Message:

[Branch] Fix for undefined variable in Post Manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/plugins/post_manager/post_manager.php

    r1056 r1060  
    8585            foreach ($flags as $flag) { 
    8686                $h->readPost($flag->post_id); 
    87                 $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, "; 
     87                $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $h->lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, "; 
    8888            } 
    8989            $output = rstrtrim($output, ", "); 
Note: See TracChangeset for help on using the changeset viewer.