forked from GithubBackups/vichan
functions.php: add missing global
This commit is contained in:
parent
1a59e663c6
commit
ffa5c018e7
@ -2259,6 +2259,7 @@ function escape_markup_modifiers($string) {
|
||||
}
|
||||
|
||||
function defined_flags_accumulate($desired_flags) {
|
||||
global $config;
|
||||
$output_flags = 0x0;
|
||||
foreach ($desired_flags as $flagname) {
|
||||
if (defined($flagname)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user