From 1218b15009e9d8fecd90e6e3bafab57702c4e71e Mon Sep 17 00:00:00 2001 From: Fabian Marz Date: Tue, 8 Aug 2017 11:01:52 +0200 Subject: [PATCH] Upgraded to Alfred 3. --- php-doc-search/workflows.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}