Browse Source

Okay requests work again

pjc 5 years ago
parent
commit
5ed449085e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/requests/take_new_edit.php

+ 1
- 1
sections/requests/take_new_edit.php View File

237
 */
237
 */
238
 
238
 
239
 if (!isset($GroupID)) {
239
 if (!isset($GroupID)) {
240
-    $GroupID = '';
240
+    $GroupID = 0;
241
 }
241
 }
242
 
242
 
243
 // Query time!
243
 // Query time!

Loading…
Cancel
Save