Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects_body.php |
— | — | @@ -382,6 +382,7 @@ |
383 | 383 | $allAtts2Inserts = array_merge( $allAtts2Inserts, $upAtts2 ); |
384 | 384 | $allText2Inserts = array_merge( $allText2Inserts, $upText2 ); |
385 | 385 | $allCoordsInserts = array_merge( $allCoordsInserts, $upCoords ); |
| 386 | + wfRunHooks( 'SIOHandler::updateData', array( $internalObject ) ); |
386 | 387 | } |
387 | 388 | |
388 | 389 | // now save everything to the database, in a single transaction |