Skip to content
Snippets Groups Projects
Commit 9d086f23 authored by Joe's avatar Joe Committed by agata
Browse files

Fix scope of $noblogs_master variable

parent e1fa2e6f
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ function backend_to_http_endpoint($backend) {
// Print the blog -> backend map.
function generate_map() {
global $wpdb;
global $noblogs_master;
$wpdb_hash = &$wpdb->hash_map;
$blogs = get_blogs();
......@@ -54,4 +55,3 @@ function generate_map() {
generate_map();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment