Changeset 15924

Show
Ignore:
Timestamp:
04/01/08 22:17:55 (8 months ago)
Author:
piotras
Message:

Return error if package can not be installed ( obviously! )

Files:

Legend:

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

    r15923 r15924  
    283283        foreach($this->initial_midgard_templates as $name)  
    284284        { 
    285             if($this->install_midcom_package($name, true)) 
     285            if(!$this->install_midcom_package($name, true)) 
    286286            { 
    287287                midgard_setup_ui_cli::error(_("Can not install midcom package ") . $name);