Index: trunk/phase3/includes/Article.php |
— | — | @@ -2970,7 +2970,7 @@ |
2971 | 2971 | |
2972 | 2972 | if ( $cacheable ) { |
2973 | 2973 | //extension may have reason to disable file caching on some pages. |
2974 | | - $cacheable = wfRunHooks( 'IsFileCacheable', array( $this ) ); |
| 2974 | + $cacheable = wfRunHooks( 'IsFileCacheable', array( &$this ) ); |
2975 | 2975 | } |
2976 | 2976 | |
2977 | 2977 | return $cacheable; |