]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3044 from rabuzarus/20161224_-_update_perfect_scrollbar
authorMichael Vogel <icarus@dabo.de>
Sat, 24 Dec 2016 11:49:05 +0000 (12:49 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2016 11:49:05 +0000 (12:49 +0100)
update perfect-scrollbar to version 0.6.15

include/Probe.php
include/socgraph.php

index 5c2ba86ccde08e0ec1a56926bc97f139859d9c99..6145daaaae5f7eea3dce174660a6cc84173bb58a 100644 (file)
@@ -324,7 +324,7 @@ class Probe {
                                !isset($parts["path"]))
                                return false;
 
-                       // todo: Ports?
+                       /// @todo: Ports?
                        $host = $parts["host"];
 
                        if ($host == 'twitter.com')
index 135d759bfda0115df81d9cc9e2d4ab7d595f6350..64f78b4585cc544fbc6c517b8c0e28cc13a3050a 100644 (file)
@@ -1187,7 +1187,7 @@ function update_suggestions() {
 
        $done = array();
 
-       /// TODO Check if it is really neccessary to poll the own server
+       /// @TODO Check if it is really neccessary to poll the own server
        poco_load(0,0,0,App::get_baseurl() . '/poco');
 
        $done[] = App::get_baseurl() . '/poco';