This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-30 23:52:40 +01:00
Code
Issues
Releases
Wiki
Activity
3a402f6adc
BookStack
/
app
/
Exceptions
/
UserUpdateException.php
6 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
Added check for last admin on role change Will show error message if last admin and admin role is removed. Closes #1124 Also cleaned up user controller a little.
2018-12-30 17:11:58 +01:00
<
?
php
namespace
BookStack\Exceptions
;
PHPCS related fixes.
2019-01-27 11:29:23 +01:00
class
UserUpdateException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink