Index: trunk/extensions/ProtectSite/ProtectSite.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | } |
82 | 82 | |
83 | 83 | /* Initialize Object */ |
84 | | - $persist_data = new MediaWikiBagOStuff(); |
| 84 | + $persist_data = new SqlBagOStuff( array() ); |
85 | 85 | |
86 | 86 | /* Get data into the prot hash */ |
87 | 87 | $prot = $wgMemc->get( wfMemcKey( 'protectsite' ) ); |
— | — | @@ -131,4 +131,4 @@ |
132 | 132 | } |
133 | 133 | } |
134 | 134 | } |
135 | | -} |
\ No newline at end of file |
| 135 | +} |