diff --git a/resources/lib/UnitySQL.php b/resources/lib/UnitySQL.php index cbf3931..ebbde3d 100644 --- a/resources/lib/UnitySQL.php +++ b/resources/lib/UnitySQL.php @@ -134,7 +134,7 @@ public function addNotice($title, $date, $content, $expiry, $operator) $stmt->bindParam(":date", $date); $stmt->bindParam(":title", $title); $stmt->bindParam(":message", $content); - $stmt->bindParam(":expiry", $expiry); + $stmt->bindParam(":expiry", $expiry); $stmt->execute();