We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6487796 commit d9a59e4Copy full SHA for d9a59e4
Sources/Breeze/Breeze.php
@@ -315,9 +315,6 @@ public static function actions(&$actions)
315
// The general wall
316
$actions['wall'] = array(Breeze::$folder . 'BreezeDispatcher.php', 'BreezeDispatcher::dispatch');
317
318
- // Replace the buddy action @todo for next version
319
- // $actions['buddy'] = array(Breeze::$folder . 'BreezeDispatcher.php', 'BreezeDispatcher::dispatch');
320
-
321
// A special action for the buddy request message
322
$actions['breezebuddyrequest'] = array(Breeze::$folder . 'BreezeUser.php', 'breezeBuddyMessage');
323
}
0 commit comments