Changeset 3049


Ignore:
Timestamp:
Jan 8, 2007, 10:00:30 AM (17 years ago)
Author:
Nicklas Nordborg
Message:

References #464: Permission denied when creting AnyToAny?

I think this may solve the problem, but I don't have a plugin to test it with.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/AnyToAny.java

    r2601 r3049  
    388388    super.initPermissions(granted, denied);
    389389  }
     390  PluginPermission getPluginPermissions()
     391  {
     392    return PluginPermission.NO_PLUGIN;
     393  }
    390394  // -------------------------------------------
    391395 
Note: See TracChangeset for help on using the changeset viewer.