summaryrefslogtreecommitdiffstats
path: root/lib/class/vainfo.class.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-03-14 06:10:27 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-03-14 06:10:27 +0000
commitd78c207f76c8ae57744300611519f4c85c2c34c4 (patch)
tree7a29bf59f4c3c9fc5f9f654ba86e6cd3f065a74f /lib/class/vainfo.class.php
parent98c5c04643228731b1dcf0eb48fa3dbc77815ad6 (diff)
downloadampache-d78c207f76c8ae57744300611519f4c85c2c34c4.tar.gz
ampache-d78c207f76c8ae57744300611519f4c85c2c34c4.tar.bz2
ampache-d78c207f76c8ae57744300611519f4c85c2c34c4.zip
Cosmetics: use tabs for indentation, tweak some indentation/coding style.
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r--lib/class/vainfo.class.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 2160985b..692d0229 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -1126,12 +1126,12 @@ class vainfo {
*/
public function set_broken() {
- /* Pull In the config option */
- $order = Config::get('tag_order');
+ /* Pull In the config option */
+ $order = Config::get('tag_order');
- if (!is_array($order)) {
- $order = array($order);
- }
+ if (!is_array($order)) {
+ $order = array($order);
+ }
$key = array_shift($order);