dever před 6 roky
rodič
revize
f1fc60f33d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {