X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tictac%2Ftictac.php;h=1dd1ccb0e90099a937ed0837eb6cad9d256ea3be;hb=7ca6d421f9ad61a24e33202a5af8d96c1f874e5b;hp=d6cec08a0635359f39a686122e862db132110023;hpb=056921b1e8d64702535f03e238bc2e451ddca646;p=friendica-addons.git diff --git a/tictac/tictac.php b/tictac/tictac.php old mode 100644 new mode 100755 index d6cec08a..1dd1ccb0 --- a/tictac/tictac.php +++ b/tictac/tictac.php @@ -17,7 +17,7 @@ function tictac_uninstall() { } function tictac_app_menu($a,&$b) { - $b['app_menu'] .= '
' . t('Three Dimensional Tic-Tac-Toe') . '
'; + $b['app_menu'][] = '
' . t('Three Dimensional Tic-Tac-Toe') . '
'; }