Fix typo
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 27 Jun 2018 18:50:58 +0000 (20:50 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 27 Jun 2018 18:50:58 +0000 (20:50 +0200)
See #2508

wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php

index 90e92901ed6ea2e8e133e05491fb516dae19e563..51dbd991877cd7c1eec5a861c3ceed2dba12e192 100644 (file)
@@ -290,7 +290,7 @@ class ReactionHandler extends SingletonFactory {
                        
                        // This interface should help to determine whether the plugin has been adapted to the API 3.2.
                        // If a LikeableObject does not implement this interface, no notification will be sent, because
-                       // we assume, that the plugin is adapted to the new API. 
+                       // we assume, that the plugin has not been adapted to the new API. 
                        if ($likeable instanceof IReactionObject) {
                                $likeable->sendNotification($like);
                        }