gabordemooij / redbean

ORM layer that creates models, config and database on the fly
https://www.redbeanphp.com
2.31k stars 280 forks source link

typo/bug: Exception name in AQueryWriter #257

Closed smcphill closed 11 years ago

smcphill commented 11 years ago

c.f. https://github.com/gabordemooij/redbean/blob/master/RedBean/QueryWriter/AQueryWriter.php#L74

The above references a Redbean_Exception_Security, where in fact I think it should be a RedBean_Exception_Security (CamelCase RedBean).

gabordemooij commented 11 years ago

Fixed this issue and released a new version 3.4.2

https://packagist.org/packages/gabordemooij/redbean http://www.redbeanphp.com/welcome