brute-force changed access to $_GET['key'] to use get_array instead
[plewww.git] / planetlab / tags / tags.php
index 75b89dd..c17df62 100644 (file)
@@ -19,7 +19,7 @@ require_once 'form.php';
 
 // -------------------- 
 // recognized URL arguments
-$pattern=$_GET['pattern'];
+$pattern=get_array($_GET, 'pattern');
 
 // --- decoration
 $title="Tag Types";