mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
src: style...again
This commit is contained in:
parent
cac939caba
commit
5f924d263b
@ -88,9 +88,9 @@ abstract class Base
|
||||
/* XXX remove helper lines for now */
|
||||
if (strpos($val, ':') !== false) {
|
||||
unset($data[$key]);
|
||||
} else if (strpos($val, "---- BEGIN {$tag} ----") !== false) {
|
||||
} elseif (strpos($val, "---- BEGIN {$tag} ----") !== false) {
|
||||
unset($data[$key]);
|
||||
} else if (strpos($val, "---- END {$tag} ----") !== false) {
|
||||
} elseif (strpos($val, "---- END {$tag} ----") !== false) {
|
||||
unset($data[$key]);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user