Skip to content

Commit

Permalink
Bugfix: Remove reference to Push_Search.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Oct 1, 2016
1 parent 54f022a commit a9b19ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/generate_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bin/composer.phar update && \
grunt prod && \
tar cvzf release.tgz \
--exclude-vcs \
--exclude bin/composer.phar \
--exclude bin/generate_release.sh \
--exclude htdocs/index-src.html \
--exclude htdocs/assets \
Expand Down
2 changes: 1 addition & 1 deletion phplib/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package FOO
*/
abstract class Search extends TypeModel {
public static $TYPES = ['Null_Search', 'Logstash_Search', 'ECL_Search', 'ThreatExchange_Search', 'Ping_Search', 'HTTP_Search', 'Alert_Search', 'Graphite_Search', 'Push_Search'];
public static $TYPES = ['Null_Search', 'Logstash_Search', 'ECL_Search', 'ThreatExchange_Search', 'Ping_Search', 'HTTP_Search', 'Alert_Search', 'Graphite_Search'];
public static $TABLE = 'searches';
public static $PKEY = 'search_id';

Expand Down

0 comments on commit a9b19ea

Please sign in to comment.