Changeset 1433 for trunk/wifidog-auth/wifidog/classes/NodeList.php
- Timestamp:
- 12/07/09 13:35:05 (4 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/NodeList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/NodeList.php
r1428 r1433 78 78 require_once(NODE_LIST_CLASSES_DIR . "/NodeList" . $nodeListType . ".php"); 79 79 } else { 80 throw new Exception( _("The node list type '$nodeListType' is not supported!"));80 throw new Exception(sprintf(_("The node list type '%s' is not supported!"), htmlspecialchars($nodeListType))); 81 81 } 82 82
