refactor: camel case function naming to underscore

This commit is contained in:
HDVinnie
2020-04-24 11:04:24 -04:00
parent c1f7904cc6
commit 8c8e2865b2
14 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ class SubtitleController extends Controller
$subtitle->save();
// Announce To Shoutbox
$torrent_url = hrefTorrent($subtitle->torrent);
$profile_url = hrefProfile($user);
$torrent_url = href_torrent($subtitle->torrent);
$profile_url = href_profile($user);
if ($subtitle->anon == false) {
$this->chat->systemMessage(
sprintf('[url=%s]%s[/url] has uploaded a new %s subtitle for [url=%s]%s[/url]', $profile_url, $user->username, $subtitle->language->name, $torrent_url, $subtitle->torrent->name)