diff options
Diffstat (limited to 'actions/password.php')
-rw-r--r-- | actions/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/password.php b/actions/password.php index 3fd94b66a..fb670ecc9 100644 --- a/actions/password.php +++ b/actions/password.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('LACONICA')) { exit(1) } +if (!defined('LACONICA')) { exit(1); } class PasswordAction extends SettingsAction { |