mirror of
https://github.com/mrclay/minify.git
synced 2025-08-12 00:54:35 +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.");
|
$this->log("Duplicate group key found.");
|
||||||
return new Minify_ServeConfiguration($options);
|
return new Minify_ServeConfiguration($options);
|
||||||
}
|
}
|
||||||
$keys = explode(',', $get['g']);
|
|
||||||
foreach ($keys as $key) {
|
foreach ($keys as $key) {
|
||||||
if (! isset($localOptions['groups'][$key])) {
|
if (! isset($localOptions['groups'][$key])) {
|
||||||
$this->log("A group configuration for \"{$key}\" was not found");
|
$this->log("A group configuration for \"{$key}\" was not found");
|
||||||
|
Reference in New Issue
Block a user