contributions/socialbookmarking/install/check_postconditions.php
Go to the documentation of this file.00001 <?php 00002 function socialbookmarking_check_postconditions() { 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 }