Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-06
2001-09-06 13:34:45 by Per Hedbor <ph@opera.com>
795798b5106f4adfac5035a54a83babe12c7f6a8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed [Bug
2195 (#2195)
]
Rev: server/base_server/configuration.pike:1.484
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
483
2001/09/06
12
:
50
:
14
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
484
2001/09/06
13
:
34
:
45
per Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2432:
RoxenModule nm; // Load up a new instance.
-
nm = mi->instance(
0
);
+
nm = mi->instance(
this_object()
);
// If this is a faked module, let's call it a failure. if( nm->not_a_module ) {