dever 6 years ago
parent
commit
f1fc60f33d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/View.php

+ 1 - 1
main/src/View.php

@@ -76,7 +76,7 @@ class View extends Core
         }
         */
 
-        if ($this->source_type == 'ios') {
+        if ($this->source_type == 'ioss') {
             $source = Dever::db('source/info')->one(1);
             $this->data['info']['share_link'] = $source['code'];
         } else {