fix encoding
[GitHub/Stricted/Domain-Control-Panel.git] / lib / page / RecordEditPage.class.php
index 2d627173b8f6eb585cf23728a656644dd854b5f2..c9a0ae8d0c984f865ab03010fe0825f8a3a30411 100644 (file)
@@ -24,7 +24,7 @@ class RecordEditPage extends AbstractPage {
                
                $soaIDs = User::getAccessibleDomains();
                if (!in_array($rr['zone'], $soaIDs)) {
-                       throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+                       throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
                }
                                
                $sql = "SELECT * FROM dns_soa WHERE id = ?";