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