Index: trunk/extensions/ExternalData/ExternalData.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | $edgCacheTable = null; |
38 | 38 | |
39 | 39 | //(in seconds) set to one week: |
40 | | -$edgCacheExpireTime = 60*60*24 * 7 |
| 40 | +$edgCacheExpireTime = 60*60*24 * 7; |
41 | 41 | |
42 | 42 | function edgParserFunctions() { |
43 | 43 | global $wgHooks, $wgParser; |