Changeset 16986

Show
Ignore:
Timestamp:
07/25/08 13:01:11 (4 months ago)
Author:
piotras
Message:

Update pear channels when starting up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-9/midgard/data/midgard/setup/php/midgard_setup_pear.php

    r16424 r16986  
    521521                midgard_setup_ui_cli::error($ret->getMessage()); 
    522522        } 
     523 
     524        $this->update_channels(); 
    523525    } 
    524526 
     
    543545        /* update htmlpurified */ 
    544546        $ret = $this->pear_channel->doUpdate('channel-update', 
    545             array(), array($this->htmlpurified_channel)); 
     547            array(), array($this->htmlpurifier_channel)); 
    546548         
    547549        if (PEAR::isError($ret))