Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php |
— | — | @@ -150,11 +150,12 @@ |
151 | 151 | } |
152 | 152 | |
153 | 153 | // Register Credits |
154 | | - $wgExtensionCredits['parserhook'][] = array( |
155 | | - 'name' => 'Semantic NotifyMe Extension', 'version' => SMW_NM_VERSION, |
156 | | - 'author' => "Ning Hu, Justin Zhang, [http://smwforum.ontoprise.com/smwforum/index.php/Jesse_Wang Jesse Wang], sponsored by [http://projecthalo.com Project Halo], [http://www.vulcan.com Vulcan Inc.]", |
157 | | - 'url' => 'http://wiking.vulcan.com/dev', |
158 | | - 'description' => 'Notify wiki user with specified queries.' ); |
| 154 | + $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
| 155 | + 'name' => 'Semantic NotifyMe Extension', 'version' => SMW_NM_VERSION, |
| 156 | + 'author' => "Ning Hu, Justin Zhang, [http://smwforum.ontoprise.com/smwforum/index.php/Jesse_Wang Jesse Wang], sponsored by [http://projecthalo.com Project Halo], [http://www.vulcan.com Vulcan Inc.]", |
| 157 | + 'url' => 'http://wiking.vulcan.com/dev', |
| 158 | + 'description' => 'Notify wiki user with specified queries.' |
| 159 | + ); |
159 | 160 | |
160 | 161 | return true; |
161 | 162 | } |