mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-11 22:29:48 +01:00
Fix the require_once in install-helper.php so that it works when included from a plugin. Fixes #5090
git-svn-id: http://svn.automattic.com/wordpress/trunk@6291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58d174004e
commit
1eac18dd69
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once('../wp-config.php');
|
require_once(dirname(dirname(__FILE__)).'/wp-config.php');
|
||||||
$debug = 0;
|
$debug = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -149,4 +149,4 @@ if (check_column($wpdb->links, 'link_description', 'varchar(255)')) {
|
|||||||
}
|
}
|
||||||
echo "</pre>";
|
echo "</pre>";
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user