contributions/models.contact/install/check_postconditions.php File Reference
Go to the source code of this file.
Functions |
|
models_contact_check_postconditions () | |
Copy controller implementation to app dir.
|
Function Documentation
models_contact_check_postconditions | ( | ) |
Copy controller implementation to app dir.
- Returns:
- Status
Definition at line 7 of file check_postconditions.php.
00007 { 00008 $ret = new Status(); 00009 Load::components('systemupdateinstaller'); 00010 $ret->merge(SystemUpdateInstaller::copy_to_app( 00011 '', 00012 dirname(__FILE__) . '/../data/', 00013 'controller', 00014 SystemUpdateInstaller::COPY_NO_REPLACE 00015 )); 00016 return $ret; 00017 }