diff --git a/composer.lock b/composer.lock index 278cd82b0d106299e34eb8d735c0c058944886b4..b329fa626c5feac2204917dd9ca47f49e2654587 100644 --- a/composer.lock +++ b/composer.lock @@ -358,12 +358,12 @@ "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7" + "reference": "ce26752adfded96aff2f4422991078eedfc740a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/summon/Summon.php/zipball/9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", + "url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5", + "reference": "ce26752adfded96aff2f4422991078eedfc740a5", "shasum": "" }, "type": "library", @@ -386,7 +386,7 @@ "source": "https://github.com/summon/Summon.php/tree/master", "issues": "https://github.com/summon/Summon.php/issues" }, - "time": "2013-11-08 18:50:06" + "time": "2013-11-13 19:07:09" }, { "name": "symfony/yaml", diff --git a/vendor/autoload.php b/vendor/autoload.php index 10cc8bdd9ab118045b3a3ae22d94cce02d905c77..de27f2f27a2a6b128c3e1a8f98a70e6d6fe2d903 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff::getLoader(); +return ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index b664a8a010ccc00a50fce12e3c3e67566870b0ad..56a11d0c7c0afa6f6923917aa2671d33d416dc02 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff +class ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f { private static $loader; @@ -19,9 +19,9 @@ class ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInitd42a4545ebdc1034a9ebe02b5d98b7ff', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit1374cb774f67d4088a0cd7dca4331c3f', 'loadClassLoader')); $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 1d43023ee1b63df63ca19135ed61750773633767..2ec265d76f0cffd5f5552aa1cd64a17a3a692439 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -652,15 +652,15 @@ "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7" + "reference": "ce26752adfded96aff2f4422991078eedfc740a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/summon/Summon.php/zipball/9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", - "reference": "9ee5a4894d533384abf8d45ba15d60fdea9fcdd7", + "url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5", + "reference": "ce26752adfded96aff2f4422991078eedfc740a5", "shasum": "" }, - "time": "2013-11-08 18:50:06", + "time": "2013-11-13 19:07:09", "type": "library", "installation-source": "source", "autoload": { diff --git a/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php b/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php index 272c3f6dc276b2c79ae0668c1f324261ed1832e0..9fea91707f7077d18d191d41649acfd5e32f0771 100644 --- a/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php +++ b/vendor/serialssolutions/summon/SerialsSolutions/Summon/Base.php @@ -151,6 +151,7 @@ abstract class SerialsSolutions_Summon_Base // Query String Parameters $options = array('s.q' => sprintf('ID:"%s"', $id)); + $options['s.role'] = $this->authedUser ? 'authenticated' : 'none'; return $this->call($options, 'search', 'GET', $raw); }