Skip to content

Commit

Permalink
[BF] Fix #61 - "Semantical error" exception when accessing certain pa…
Browse files Browse the repository at this point in the history
…ges as admin
  • Loading branch information
barryo committed Mar 3, 2014
1 parent e2418ea commit 0ecfc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Repositories/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function loadForMailboxList( $admin, $domain = null )

if( !$admin->isSuper() )
$qb->join( 'd.Admins', 'd2a' )
->andWhere( 'd2a.Admin = ?1' )
->andWhere( 'd2a = ?1' )
->setParameter( 1, $admin );

if( $domain )
Expand Down

0 comments on commit 0ecfc76

Please sign in to comment.