contributions/socialbookmarking/install/check_postconditions.php File Reference
Go to the source code of this file.
Functions |
|
socialbookmarking_check_postconditions () |
Function Documentation
socialbookmarking_check_postconditions | ( | ) |
Definition at line 2 of file check_postconditions.php.
00002 { 00003 $ret = new Status(); 00004 Load::components('systemupdateinstaller'); 00005 $root = Load::get_module_dir('socialbookmarking') . 'data/'; 00006 $ret->merge(SystemUpdateInstaller::copy_to_webroot($root, array('images', 'css'), SystemUpdateInstaller::COPY_OVERWRITE)); 00007 return $ret; 00008 }