1
0

Cleaning up the code.

This commit is contained in:
rWatcher 2010-11-07 01:48:21 -04:00
parent 03d09e67de
commit bebc67ea77
6 changed files with 22 additions and 20 deletions

View File

@ -28,6 +28,7 @@ class access extends access_Core {
} else {
self::forbidden();
}
// Begin rWatcher modifications.
// This section adds an additional condition onto the view permission that throws a 404
// error if the album has a password assigned.

View File

@ -28,6 +28,7 @@ class access extends access_Core {
} else {
self::forbidden();
}
// Begin rWatcher modifications.
// This section adds an additional condition onto the view permission that throws a 404
// error if the album has a password assigned.