Cleaned up unused variables. Formatted some lines.
This commit is contained in:
parent
990bcebfe8
commit
2337078dd8
3 changed files with 4 additions and 3 deletions
|
@ -33,7 +33,7 @@ class Application_Model_Soundcloud
|
|||
$tags = Application_Model_Preference::GetSoundCloudTags();
|
||||
}
|
||||
|
||||
$downloadable = Application_Model_Preference::GetSoundCloudDownloadbleOption() == '1'?true:false;
|
||||
$downloadable = Application_Model_Preference::GetSoundCloudDownloadbleOption() == '1';
|
||||
|
||||
$track_data = array(
|
||||
'track[sharing]' => 'private',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue