more updates

This commit is contained in:
unknown
2012-10-01 03:39:29 +02:00
parent 84253ec0db
commit 79cc6d5c0d
5 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
public function sendInvite($post) {
global $form, $database, $session;
if($session->access != BANNED){
if(isset($post['a_name']) or $post['a_uid'] == ""){
if($post['a_name'] != "" or $post['a_uid'] == ""){
$UserData = $database->getUserArray($post['a_name'], 0);
if($this->userPermArray['opt4'] == 0) {
$form->addError("perm", NO_PERMISSION);