Subversion Repositories Applications.wikini

Rev

Rev 54 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 54 Rev 75
Line 496... Line 496...
496
		// get current user
496
		// get current user
497
		$user = $this->GetUserName();
497
		$user = $this->GetUserName();
Line 498... Line 498...
498
 
498
 
499
		// check bypass of rights or write privilege
499
		// check bypass of rights or write privilege
500
		$rights = $bypass_acls || ($comment_on ? $this->HasAccess("comment", $comment_on) : $this->HasAccess("write", $tag));
-
 
501
			
500
		$rights = $bypass_acls || ($comment_on ? $this->HasAccess("comment", $comment_on) : $this->HasAccess("write", $tag));
502
		if ($rights)
501
		if ($rights)
503
		{
502
		{
504
			// is page new?
503
			// is page new?
505
			if (!$oldPage = $this->LoadPage($tag))
504
			if (!$oldPage = $this->LoadPage($tag))