Changeset 16986
- Timestamp:
- 07/25/08 13:01:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-9/midgard/data/midgard/setup/php/midgard_setup_pear.php
r16424 r16986 521 521 midgard_setup_ui_cli::error($ret->getMessage()); 522 522 } 523 524 $this->update_channels(); 523 525 } 524 526 … … 543 545 /* update htmlpurified */ 544 546 $ret = $this->pear_channel->doUpdate('channel-update', 545 array(), array($this->htmlpurifie d_channel));547 array(), array($this->htmlpurifier_channel)); 546 548 547 549 if (PEAR::isError($ret))
