Browse Source

Add a missing semi-colon.

markjcrane 9 years ago
parent
commit
f39e5272d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/classes/freeswitch.php

+ 1 - 1
resources/classes/freeswitch.php

@@ -7,7 +7,7 @@
  */
 class freeswitch {
 
-	public $db
+	public $db;
 	public $event_socket_ip_address;
 	public $event_socket_port;
 	public $event_socket_password;