Author: Lars Michelsen <[email protected]>
Date: Mon Dec 9 19:52:27 2013 +0100
Committer: Lars Michelsen <[email protected]>
Commit-Date: Mon Dec 9 19:52:27 2013 +0100
Processing Rotation/view/* permission when using Multisite authorisation
---
ChangeLog | 1 +
.../core/classes/CoreAuthorisationModMultisite.php | 9 +++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 39687ca..0ba3492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
1.8b2
Core:
+ * Processing Rotation/view/* permission when using Multisite authorisation
* FIX: Fixed PHP error when using status hosts in backends
1.8b1
diff --git a/share/server/core/classes/CoreAuthorisationModMultisite.php
b/share/server/core/classes/CoreAuthorisationModMultisite.php
index 2343b88..0cdfe25 100644
--- a/share/server/core/classes/CoreAuthorisationModMultisite.php
+++ b/share/server/core/classes/CoreAuthorisationModMultisite.php
@@ -57,10 +57,11 @@ class CoreAuthorisationModMultisite extends
CoreAuthorisationModule {
);
$nagvis_permissions = array(
- array('*', '*', '*'),
- array('Map', 'view', '*'),
- array('Map', 'edit', '*'),
- array('Map', 'delete', '*'),
+ array('*', '*', '*'),
+ array('Map', 'view', '*'),
+ array('Map', 'edit', '*'),
+ array('Map', 'delete', '*'),
+ array('Rotation', 'view', '*'),
);
# Loop the multisite NagVis related permissions and add them
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins