Skip to content

Commit

Permalink
Fix case mismatch bug on AeriaMetabox
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest committed Jul 10, 2015
1 parent ae40bc5 commit ee87c1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/legacy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// Fix case mismatch bug on AeriaMetabox
class_alias('AeriaMetabox','AeriaMetaBox',false);

if(!function_exists('array_merge_replace')) {
function array_merge_replace () {
$arrays = func_get_args();
Expand All @@ -23,4 +26,4 @@ function array_merge_replace () {
}
return $base;
}
}
}

0 comments on commit ee87c1a

Please sign in to comment.