aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 12:43:31 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 12:43:31 +0200
commite2f911073fbf4ca14a2cd9e1c04592888ad9de1a (patch)
tree76297a0e885e032c797073b93a0f8b322ac91ea2 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
parenta390716124242c6c064c413cc8dfeb65cdf05cab (diff)
downloadTango-e2f911073fbf4ca14a2cd9e1c04592888ad9de1a.tar.gz
Tango-e2f911073fbf4ca14a2cd9e1c04592888ad9de1a.zip
Added PPC Events Module.
Added generic RunPPC permission to db.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
index b2a85ffc8..015ee6a6e 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
@@ -69,7 +69,7 @@ namespace Tango.PPC.Synchronization
{
get
{
- return Permissions.RunMachineStudio;
+ return Permissions.RunPPC;
}
}