Ignore:
Timestamp:
03/01/10 06:22:26 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2] Messaging 0.4 Fix for empty inbox and outbox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/content/plugins/messaging/templates/messaging_outbox.php

    r1258 r1266  
    2424 * @link      http://www.hotarucms.org/ 
    2525 */ 
    26   
     26 
    2727?> 
    2828 
     
    4242    </tr> 
    4343     
    44     <?php if (isset($h->vars['messages_list']->list)) { ?> 
     44    <?php if (isset($h->vars['messages_list']->items)) { ?> 
    4545 
    4646        <?php foreach ($h->vars['messages_list']->items as $msg) { ?> 
Note: See TracChangeset for help on using the changeset viewer.