mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix code style
This commit is contained in:
parent
75c04cae38
commit
35d80bdcee
@ -49,7 +49,7 @@ class Utils
|
||||
);
|
||||
|
||||
$plugin_files = glob($pattern);
|
||||
if ($plugin_files === FALSE) {
|
||||
if ($plugin_files === false) {
|
||||
// TODO: Maybe one should raise some exception here
|
||||
return $plugins;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user