]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/WOResourceManager.m
minor code cleanups
[sope] / sope-appserver / NGObjWeb / WOResourceManager.m
index 7b0edb5f3eb2dbc0ff43b12d4f7211264d3597e1..ce247324264780b55452579c39219030f75c40e3 100644 (file)
@@ -280,7 +280,7 @@ _pathExists(WOResourceManager *self, NSFileManager *fm, NSString *path)
 }
 
 - (NSString *)resourcesPathForFramework:(NSString *)_fw {
-  if (_fw == nil) 
+  if (_fw == nil || (_fw == rapidTurnAroundPath)
     return [self resourcesPath];
   
 #if RSRCDIR_CONTENTS
@@ -550,7 +550,7 @@ _pathExists(WOResourceManager *self, NSFileManager *fm, NSString *path)
   fm = [self fileManager];
   
   if (_tableName == nil)
-    _tableName = @"default";
+    _tableName = @"Localizable";
 
   /* take a look whether a matching table is already loaded */