Skip to content

Commit

Permalink
added REASON_ENTITY_LOCKS_ENABLED setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mryand authored and natepixel committed May 11, 2012
1 parent 1c20bae commit de639a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings/reason_settings.php
Expand Up @@ -887,6 +887,18 @@
*/
define('REASON_SIZED_IMAGE_DIR_WEB_PATH', REASON_HTTP_BASE_PATH.'sized_images/');

/**
* REASON_ENTITY_LOCKS_ENABLED
*
* This setting turns entity locking on and off.
*
* If it is set to true, entities & their relationships can be locked by users with appropriate privs.
*
* If it is set to false, Reason will ignore all locking information and will not present interfaces
* for setting up locks.
*/
define('REASON_ENTITY_LOCKS_ENABLED', false);

/**
* REASON_EVENT_GEOLOCATION_ENABLED
*
Expand Down

0 comments on commit de639a4

Please sign in to comment.