You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
360 B
15 lines
360 B
![]()
8 years ago
|
<?php
|
||
|
|
||
|
exit;
|
||
|
/* For license terms, see /license.txt */
|
||
|
if (PHP_SAPI != 'cli') {
|
||
|
die('This script can only be launched from the command line');
|
||
|
}
|
||
|
|
||
|
require_once __DIR__.'/../../main/inc/global.inc.php';
|
||
|
|
||
|
require_once api_get_path(SYS_CODE_PATH).'install/install.lib.php';
|
||
|
|
||
|
$connection = Database::getManager()->getConnection();
|
||
|
fixPostGroupIds($connection);
|