Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed Dec 24, 2016
1 parent b8ae821 commit 7461552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/social/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function rdate($param, $time=0) {
// echo "</pre>";
if (preg_match('/подписчик/', $body, $matchgplustest) || preg_match('/послідовник/', $body, $matchgplustest) || preg_match('/користувач/', $body, $matchgplustest)) {
preg_match_all('/profiles_social_bar(.+?)data-tooltip/', $body, $matchgplus);
dump($body,0,'test');

foreach ($matchgplus as $matchgplusone) {
$matchgplusone = strip_tags($matchgplusone[0]);
preg_match("/\d{1,10}/", $matchgplusone, $matchgplusoneN);
Expand Down

0 comments on commit 7461552

Please sign in to comment.