Skip to content

Commit

Permalink
remove include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Krieger committed Sep 19, 2017
1 parent 19d5fce commit 7b5a23b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/community/Hackathon/LoggerSentry/Model/Sentry.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

set_include_path(get_include_path() . PATH_SEPARATOR . realpath(Mage::getBaseDir() .DS.'lib'.DS.'sentry'.DS.'raven'.DS.'lib'));

class Hackathon_LoggerSentry_Model_Sentry extends Zend_Log_Writer_Abstract
{
/**
Expand Down

0 comments on commit 7b5a23b

Please sign in to comment.