Forráskód Böngészése

$note was being checked (with isset()) but never fetched from $_GET. Fixed.

tassium 22 éve
szülő
commit
dfc8ac17d1
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      src/right_main.php

+ 3 - 0
src/right_main.php

@@ -89,6 +89,9 @@ if (isset($_GET['session'])) {
     $session = $_GET['session'];
 }
 
+if (isset($_GET['note'])) {
+	$note = $_GET['note'];
+}
 
 /* end of get globals */