.

contributions/models.searchindex/install/check_postconditions.php File Reference

Go to the source code of this file.

Functions

  models_searchindex_check_postconditions ()

Function Documentation

models_searchindex_check_postconditions (  ) 

Definition at line 2 of file check_postconditions.php.

00002                                                    {
00003         $ret = new Status();
00004         Load::components('systemupdateinstaller');
00005         $ret->merge(SystemUpdateInstaller::copy_to_app(
00006                 '',
00007                 dirname(__FILE__) . '/../data/', 
00008                 'controller', 
00009                 SystemUpdateInstaller::COPY_NO_REPLACE
00010         ));
00011         return $ret;
00012 }