diff --git a/php-doc-search/workflows.php b/php-doc-search/workflows.php index 936b309..1dec224 100644 --- a/php-doc-search/workflows.php +++ b/php-doc-search/workflows.php @@ -38,8 +38,8 @@ function __construct( $bundleid=null ) $this->bundle = $bundleid; endif; - $this->cache = $this->home. "/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/".$this->bundle; - $this->data = $this->home. "/Library/Application Support/Alfred 2/Workflow Data/".$this->bundle; + $this->cache = $this->home. "/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/".$this->bundle; + $this->data = $this->home. "/Library/Application Support/Alfred 3/Workflow Data/".$this->bundle; if ( !file_exists( $this->cache ) ): exec("mkdir '".$this->cache."'"); @@ -480,4 +480,4 @@ public function result( $uid, $arg, $title, $sub, $icon, $valid='yes', $auto=nul return $temp; } -} \ No newline at end of file +}