mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 08:34:19 +02:00
remove duplicate $keys. refs bceffd5
This commit is contained in:
@@ -50,7 +50,6 @@ class Minify_Controller_MinApp extends Minify_Controller_Base {
|
||||
$this->log("Duplicate group key found.");
|
||||
return new Minify_ServeConfiguration($options);
|
||||
}
|
||||
$keys = explode(',', $get['g']);
|
||||
foreach ($keys as $key) {
|
||||
if (! isset($localOptions['groups'][$key])) {
|
||||
$this->log("A group configuration for \"{$key}\" was not found");
|
||||
|
Reference in New Issue
Block a user